friction_model_to_array Interface

interface
public subroutine friction_model_to_array(this, x)

Arguments

Type IntentOptional Attributes Name
class(friction_model), intent(in) :: this

The friction_model object.

real(kind=real64), intent(out), dimension(:) :: x

The array used to store the parameters. See @ref parameter_count to determine the size of this array.

Description

Converts the parameters of the friction model into an array.